"old roll" shadcn/ui theme

high-contrast
neon
retro-futurism
bold-colors
immersive
experimental
dark-theme
vibrant
psychedelic
readable

Shadcn/ui Theme Css Variables

name: Neon Nostalgiakeyword: old roll views: 84

:root {
  --background: 0 0% 0%;
  --foreground: 60 100% 50%;
  --card: 300 100% 10%;
  --card-foreground: 120 100% 75%;
  --popover: 240 100% 15%;
  --popover-foreground: 0 100% 80%;
  --primary: 330 100% 50%;
  --primary-foreground: 180 100% 90%;
  --secondary: 45 100% 50%;
  --secondary-foreground: 240 100% 20%;
  --muted: 210 100% 20%;
  --muted-foreground: 30 100% 70%;
  --accent: 270 100% 60%;
  --accent-foreground: 150 100% 50%;
  --destructive: 0 100% 45%;
  --destructive-foreground: 60 100% 90%;
  --border: 120 100% 40%;
  --input: 180 100% 30%;
  --ring: 330 100% 60%;
  --radius: 0.75rem;
  --chart-1: 12 100% 70%;
  --chart-2: 173 100% 50%;
  --chart-3: 197 100% 40%;
  --chart-4: 43 100% 75%;
  --chart-5: 27 100% 80%;
}